home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
developer-tools
/
guis
/
gadutil
/
docs
/
autodocs
/
24.gu_newlist
< prev
next >
Wrap
Text File
|
1996-07-16
|
529b
|
28 lines
gadutil.library/GU_NewList gadutil.library/GU_NewList
NAME
GU_NewList -- Initialize a list header for use.
SYNOPSIS
GU_NewList(list)
A0
VOID GU_NewList(struct List *);
FUNCTION
This initializes a list header for use. Much easier than to do it
by hand.
INPUTS
list - Struct List.
RESULT
none
BUGS
none known
SEE ALSO
GU_AddTail(), GU_ClearList(), GU_DetachList(), GU_AttachList()
GU_FindNode(), GU_NodeUp(), GU_NodeDown(), GU_CountNodes(), GU_SortList()